HaveIBeenPwned / Data Breach Search API avatar

HaveIBeenPwned / Data Breach Search API

Pricing

$5.00 / 1,000 email data breach lookups

Go to Apify Store
HaveIBeenPwned / Data Breach Search API

HaveIBeenPwned / Data Breach Search API

Check if an email address has been exposed in historical data breaches and public credential leaks.

Pricing

$5.00 / 1,000 email data breach lookups

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

HaveIBeenPwned / Data Breach Search Actor

Check if an email address has been exposed in historical data breaches, credential leaks, and public dumps. Searches over 10 billion records using a high-speed developer gateway while automatically filtering out brand logos and heavy metrics noise.


πŸ”’ Features

  • Extensive Historical Coverage: Checks against underground hacking forums, combo lists, public paste sites, and large-scale platform breaches.
  • Lightweight JSON: Strips out brand logos, verbose analytics charts, and tracking variables to provide clean, structured data.
  • Parsed Arrays: Delimited exposure fields are parsed into JSON arrays (xposed_data) automatically.
  • Fast Execution: Returns parsed results within seconds, ideal for integration with SOC workflows.

πŸ› οΈ Input Configuration

The actor accepts a single email address:

  • email (String, Required): The target email address to scan (e.g. jeff@amazon.com).

πŸ“Š Output

The actor outputs the full structured summary into the default Key-Value Store under the OUTPUT key, and pushes individual breach items into the default Dataset for easy exporting (Excel, CSV, JSON).

Example Output Item in Dataset:

{
"breach": "SocialEngineered",
"details": "A data breach occurred at Social Engineered, a forum focused on social engineering and cybersecurity in 2019. The breach resulted in the exposure of user account information, including usernames, email addresses, and hashed passwords.",
"domain": "socialengineered.net",
"industry": "Miscellaneous",
"password_risk": "easytocrack",
"references": "https://www.zdnet.com/article/user-data-stolen-from-human-hacking-forum-social-engineered-published-on-rival-site/",
"searchable": true,
"verified": true,
"xposed_data": [
"Usernames",
"Phone numbers",
"Private messages",
"Email addresses",
"IP addresses"
],
"xposed_date": "2019",
"xposed_records": 89409,
"added": "2023-11-08T06:30:26+00:00"
}

πŸ’³ Pricing & Charging Policy

This actor utilizes a Pay-Per-Event (PPE) pricing model:

  • Price per search: $0.005 per query.
  • Charges are applied for every successful run executed, regardless of whether breaches are found.